From 1dc24d48e52f2e490f5603ceb02842586ecae533 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 24 Jul 2025 11:06:32 +0000 Subject: (대표님) 정기평가 피드백 반영, 설계 피드백 반영, (최겸) 기술영업 피드백 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app/api/files/[...path]') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index a3bd67af..c9d530de 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -36,7 +36,14 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendorFormReportSample', 'vendorFormData', 'uploads', - 'tech-sales' + 'tech-sales', + 'techsales-rfq', + 'tech-vendors', + 'vendor-investigation', + 'vendor-responses', + 'vendor-evaluation', + 'vendor-evaluation-submit', + 'vendor-attachments', ]; return allowedPaths.some(allowed => -- cgit v1.2.3